home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "IncidentID": "Long Integer NOT NULL",
- "ProjectName": "Text (255) NOT NULL",
- "VersionName": "Text (32) NOT NULL",
- "Status": "Text (32) NOT NULL",
- "Priority": "Text (32) NOT NULL",
- "Severity": "Text (32) NOT NULL",
- "ProjectedTime": "Long Integer",
- "ActualTime": "Long Integer",
- "RequestID": "Text (128)",
- "AssignID": "Text (128) NOT NULL",
- "ChangeID": "Text (128) NOT NULL",
- "ChangeDate": "DateTime NOT NULL"
- },
- "data": []
- }